Companion

object Companion

Functions

Link copied to clipboard
inline operator fun <ObjectType, IdType, InputValue> invoke(    baseUrl: String,     httpClient: <ERROR CLASS>,     contentType: <ERROR CLASS>,     noinline idSerializer: suspend (IdType) -> String): KtorCRUDRepoClient<ObjectType, IdType, InputValue>
inline operator fun <ObjectType, IdType, InputValue> invoke(    baseUrl: String,     subpart: String,     httpClient: <ERROR CLASS>,     contentType: <ERROR CLASS>,     noinline idSerializer: suspend (IdType) -> String): KtorCRUDRepoClient<ObjectType, IdType, InputValue>